Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Can we restrict the Values of the Field while creating table it self? - response (1) by dnoeth

$
0
0
You probably tried the very old proprietary syntax: col1 char(3) BETWEEN ... AND ..., Simply use Standard SQL: col1 char(3) CHECK(col1 IN ('yes','no') Dieter

Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>