Microsoft
Software
Hardware
Network
Question : MYSQL Query Help
I need to get a SQL Query that I can execute to extract certain data. Here are the details:
+ DB Type: MySQL
+ DB Name: adminDB
+ Table Name: licenseinfo
+ Field Name: LicenseNumber
So the data in the LicenseNumber Column looks like this: ( this is just a sample there are 300,000 Records)
SSCY-334-0W2-5AA
SSCY -238-2W1-5F9
SSCY -378-0W5-5BD
SSCY -312-061-5PO
SSCF -323-0R2-5FW
SSCF -548-2U1-5OL
SSCF -332-0G5-5BY
SSCF -398-041-5PE
I need to extract all records that have SSCF in the LicenseNumber
I tried query builder in SQLYog but I was getting syntax errors.
Can Someone please write this query for me.
thanks
Answer : MYSQL Query Help
Try this
SELECT * FROM licenseinfo WHERE LicenseNumber LIKE '%SSCF%'
Random Solutions
Excel formula? (part 2)
Word 2007 opens slowly in Windows 7
Tools to replicate from SQL server 2000 to SQL server 2008
SQL Query
DC Promo fails to remove AD. NTDSUtil fails with "The connected server will not remove its own metadata."
Exchange 2007 mail redirect to external address?
How do I add users to SharePoint 2.0 site via Address Book in Office 2007?
Use Variable to address a control
logon.exe deleted - need help restoring it
how to count the number of browser tabs are opened for an application?