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 narrow it down any further and select just a constraint?
Is this possible?? If not it should be. I have a simple entry in a
gui program in which i would like to limit the user to a certain range
and throw an error telling them what the range is if they step out of bounds...maybe i'm wrong but this seems like a fairly reasonable goal...

Chris

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to