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
Post a Comment