[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Dynamic Table name.. need syntax help
- Subject: Dynamic Table name.. need syntax help
- From: Cathlin DeRosa <cathlind@NSIGHTINC.COM>
- Date: Wed, 17 Nov 1999 14:09:56 -0800
- Importance: Normal
The FROM statement in my SQL clause looks like this
FROM [ TABLE1 : $tablename ]
what the heck is going on here???
this I would understand
FROM [$tablename]
but the other one has me baffled and I can't
find a referance to it in the manuals.
Thnks