Forum Discussion
Anonymous
1 year agoNot applicable
Error When Running The Code: Incorrect syntax near the keyword 'CASE'
Hi, I need help on these codes because I'm getting the error as shown from the subject. FYI. gbkmut.bdr_hfl are numeric values CASE WHEN gbkmut.transtype IN ('N','C','P','F') AND gbkmut.t...
- 1 year ago
Good to hear that your problem is solved!
Just add a comma behind the * and the quety will give you all the columns in the table.
Anonymous
1 year agoNot applicable
Hi,
It worked!
Is it possible to get the whole fields of gbkmut instead of the couple?
I used SELECT * but got the same error as shown
Smalfly
Responsive Resident
1 year agoGood to hear that your problem is solved!
Just add a comma behind the * and the quety will give you all the columns in the table.