Skip to end of banner
Go to start of banner

SQL Scripts

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Version History

« Previous Version 2 Current »

Check for non-integer OrgProfileField values Service At Sea 

SELECT * FROM [MarineLMS_Live].[dbo].[OrgProfileValues] where efField_Id='7D3FC972-B6EB-11E4-80CE-0CC47A025D51' and ISNUMERIC(ValueString) <> 1 order by ValueString