![]() |
Sergey Kornilov admin 4/28/2011 |
Drop SELECT `R035`-`R034` AS DROP, |
S
|
swanside author 4/28/2011 |
Drop SELECT `R035`-`R034` AS DROP,
|
J
|
joker 4/28/2011 |
Thanks, But, That still didnt work. Now, If I change it to ] R035 -R034 AS DiffThat works, must be the word DROP as in DROP the database? Thanks Paul.
|
S
|
swanside author 4/28/2011 |
I think DROP is one of the reserved words that causes problems if you try to use it as a column name. Same thing trying to name a column "SELECT". Try naming it DROPX or something along those lines.
Now, If I change it to ]`R035`-`R034` AS Diff
|