Showing terms for the Enterprise/Enterprise Subscription/Server and Cloud Enrollments (EA/EAS/SCE) program. Not all terms apply to all products and programs. Get help selecting a program. SQL Server ...
SELECT CONCAT(LEFT(`name`, 1), '. ', `lastname`) AS `short_name` FROM `clients` WHERE POSITION('tt' IN `lastname`) != 0 OR POSITION('ss' IN `lastname`) != 0 OR SELECT * FROM `clients` WHERE `phone` ...
AdventureWorks is a sample database containing an OLTP database that you often use in tutorials and examples. Microsoft provides and maintains it as part of the SQL Server samples GitHub repository.