Re: [sqlite] selecting check constraints

2007-08-06 Thread Chris Cole
Chris Cole wrote: Hello, I was wondering what would be an example sql command that would allow you to return the check constraints on a specific column in a database? Thanks, --Chris I've found that the .schema {table} command will list the checks being performed but I can't find a way to

[sqlite] selecting check constraints

2007-08-06 Thread Chris Cole
Hello, I was wondering what would be an example sql command that would allow you to return the check constraints on a specific column in a database? Thanks, --Chris - To unsubscribe, send email to [EMAIL PROTECTED] --