
November 21st, 2003, 08:41 AM
|
|
Junior Member
|
|
Join Date: Nov 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Problems with SQL Commands
I have with problem with a querry.
Someting like this
select * from (
select * from tipuridate
)t
gives me an error when i try to execute.
The Error is:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 2, char 5.
select.
Can anybody to help me. What is wrong in my querry.
|