First time here? Check out the FAQ!
I'm working on learning SQL, so I may just be doing something wrong, but when I try to create a domain it tells me that DOMAIN is an unexpected token. Here's the code I'm using
CREATE DOMAIN CurrencyDom NUMERIC (9,2) CHECK (VALUE >= 0) ;
If you are using the embedded database, here is the web of the engine used:
LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!
Asked: 2012-07-06 23:30:56 +0200
Seen: 48 times
Last updated: Jul 07 '12
Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.