Hello,
I run into a little problem. Is this possible 'cause it's not working for me:
I'm always getting the message:
Unknown column 'test' in 'where clause'
Is there a way to make this working?
visit my website at
I run into a little problem. Is this possible 'cause it's not working for me:
Code:
select field1 AS test FROM tbl_test WHERE test > 5;
I'm always getting the message:
Unknown column 'test' in 'where clause'
Is there a way to make this working?
visit my website at