Displaying 1 result from an estimated 1 matches for "20jan2000".
Did you mean:
10jan2000
2009 Aug 03
2
Some SQL Challenges
Hi,
Im trying to complete a list of jobs using SQL Querries and some "if else"
commands but im stucked in some steps. Could any of you give me some help?
-in COLUMN1 change the format 20JAN2000:00:00:00 to 20JAN2000 and exclude
every row that date is different from 20.
-extract the first character in COLUMN2 and creat COLUMN3 with that value
ex:
COL2,COL3
135,1
461,4
247,2
-in every row in which COL3=5, value in COLUMN4=value in COLUMN5
-create COLUMN7 where if COLUMN6="north" t...