On Sep 30, 1:15 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
>   $ sqlite3 my.db <<<'CREATE TABLE `items`;'
>   SQL error: unrecognized token: "`"
>
The syntax is wrong anyway. Try:
sqlite3 my.db <<<'CREATE TABLE `items`(t text);'

Han Holl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to