Ask Your Question
0

CREATE DOMAIN in Base?

asked 2012-07-06 23:30:56 +0200

tonalqualityx gravatar image tonalqualityx
1

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) ;

delete close flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2012-07-07 01:48:58 +0200

mariosv gravatar image mariosv flag of Spain
4669 20 46

If you are using the embedded database, here is the web of the engine used:

http://hsqldb.org/

link delete flag offensive edit

Comments

My LO 3.5.4.2 contains the embedded version 1.8.0.10 of HSQLDB. I do not believe that it supports the DOMAIN function.

w_whalley ( 2012-07-07 19:31:45 +0200 )edit

Login/Signup to Answer

Donate

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!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-07-06 23:30:56 +0200

Seen: 48 times

Last updated: Jul 07 '12