1E Shopping Database : Query to find application enabled or disabled on Shopping

select * from tb_Application
select * from tb_Application where Enabled = 1
select * from tb_Application where Enabled = 0

Comments

Popular posts from this blog