Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!
Hi there,I would like to create a table with the attribute send (in Access you can check the option yes or no). Now I would like to write this field in sql. How can I do it? Boolean?
For ex..
CREATE TABLE ID_BLA(
ID_B NUMBER,
DATE_B DATE,
SEND ?
I'm trying to use boolean in ssms 20 but it's not working. I'm making a mistake somewhere. Any tips for a newbie?Hi there,
Yup, boolean does the trick.. you can set it to TRUE (1) or FALSE (0)
you can use boolean data type for your send attribute which takes the values true or false which represent yes and no respectivelyI would like to create a table with the attribute send (in Access you can check the option yes or no). Now I would like to write this field in sql. How can I do it? Boolean?
For ex..
CREATE TABLE ID_BLA(
ID_B NUMBER,
DATE_B DATE,
SEND ?
Code Forum is a community platform where coding enthusiasts can connect with other developers, engage in discussions, ask for help, and share their knowledge with a supportive community. It's a perfect place to improve your coding skills and to find a community of like-minded individuals who share your passion for coding.
We use essential cookies to make this site work, and optional cookies to enhance your experience.