Select Dummy Boolean Column SQL / Access -



Select Dummy Boolean Column SQL / Access -

hi new may have help? months :) trying select statement dummy boolean column. example:

select id,name, fakecolumn booleancolumn customers

how can achive ?

i using microsoft access 2007

i can select dummy column returns me text column type.

cast dummy column boolean type using cbool e.g.

select id, [name], cbool(fakecolumn ) booleancolumn customers;

sql ms-access boolean

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -