abdul_a
02-06-02, 14:31
| Hi, Is there a way to ignore some alphabet when ordering names by ASC or DESC A sample : I have a table (first_name) : - The test. - Falcon - The Armageddon - Battle When ordering it will be : Battle Falcon The Armageddon The test. … is there a command that ignore (The) in the order, so it will be : The Armageddon Battle Falcon The test. ? |