--Second maximum column value
SELECT *
FROM customers
ORDER BY age DESC, first_name ASC
LIMIT 1,1; -- 1 - number of row to omit, 1 - no of records to show
Subscribe to:
Post Comments (Atom)
Code Review
SOLID Principles S – Single Responsibility Principle There should never be more than one reason for a class to change. O – Open-Closed Prin...
-
@Autowired private MongoTemplate mt ; public String ping () { DBObject ping = new BasicDBObject ( "ping" , ...
-
1. Print the word with odd letters as P M R A O R G O R R A P M #include<stdio.h> #i...
No comments:
Post a Comment