What i want is to select everything from a database that has this letter ";" infront of any name. Say:
;name
;nickname
;so on...
like:
SELECT * FROM table WHERE name = ";" will seek only for something that has only ";"
and I want to select only letter who start from ";"