News
/* 7. karakterden başla ve 2 tane karakter al 7.dahil 2 saymaya 1 den başlar başka bir ornek yapalım SELECT * FROM USERS WHERE USERNAME_ LIKE 'O%' -- username i O ile başlayanları getir SELECT * FROM ...
Is it possible to order by a substring in a returned field ... I can't think of how I'd do this in SQL, but before I give up and just write code to deal with it, can someone else come up with ...
SELECT SUBSTRING(Customer_name, 2, 5) AS ExtractString FROM Customer; select customer_name, substring(customer_name,1,3) as Name_substring from customer; select ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results