Query to select passwords from a table having a column
"Password" Whose length is b/w 8 &15 and having 'A' as the
first character in the password irrespective of case.
Answer Posted / sonali
select password from tablename
where password like 'a%'
and length(password) between 8 and 15
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of mysql database?
What is regexp?
What is heap table?
What is pdo in mysql?
How to see table's field formats or description of table .
How do I clear the command in mysql?
How large can a mysql table be?
How do I edit a table in mysql workbench?
Is there a way to see the files which are stored?
Can mysql store files?
How to update info already in a table and delete a row(s) from a table.
What is mysqli_connect_error ()?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How do I connect to a mysql database?
What is RMS Migrations