Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Quassnoi earned this badge 108 times |
may 7 at 4:23
Best to use * when calling a lot of fields in mysql?
apr 19 at 8:03
MySQL latitude and Longitude table setup
mar 27 at 17:06
How do you obtain the maximum possible date in Oracle?
mar 26 at 18:35
Is CROSS JOIN a synonym for INNER JOIN without ON clause?
mar 18 at 11:57
Basics of Foreign Keys in MySQL?
mar 8 at 13:24
mysql select records greater than 3 months
mar 1 at 17:36
Where does Mysql Sending data to?
feb 20 at 21:57
Determining which submit button was used?
feb 7 at 11:48
sql conditional insert if row doesn't already exist
feb 6 at 12:37
Update rows from another table
feb 5 at 20:46
Ways to implement tags - pros and cons of each
jan 22 at 19:59
postgres: upgrade a user to be a superuser?
jan 17 at 7:02
ORA-01654: unable to extend index
jan 12 at 0:01
MySQL, Get users rank
dec 27 at 21:23
MySQL number of items within “in clause”
dec 18 at 23:20
String to date in Oracle with milliseconds
nov 22 at 7:28
select a random sample of results from an oracle query
nov 11 at 15:31
When should I use Cross Apply over Inner Join?
nov 9 at 6:40
Local time zone offset in PostgreSQL
nov 6 at 3:41
SQL Server 2008: Ordering by datetime is too slow
oct 30 at 4:25
How to change collation of database, table, column?
oct 25 at 0:34
Keeping it simple and how to do multiple CTE in a query
oct 18 at 23:33
Are nested transactions allowed in MySQL?
oct 12 at 16:22
PostgreSQL UPDATE - query with left join problem
sep 3 at 10:39
Custom order in Oracle PL/SQL
aug 29 at 18:54
Default sort-ordering in MySQL (ALTER TABLE … ORDER BY …;)
aug 14 at 12:02
Update with inner join?
jul 3 at 11:20
Multiple update statements in one StoredProcedure
jun 13 '12 at 21:56
Complex SQL query… 3 tables and need the most popular in the last 24 hours using timestamps!
may 7 '12 at 15:11
Meaning of (+) in SQL queries
apr 16 '12 at 9:06
Remove Primary Key in MySQL
apr 13 '12 at 13:17
Calculate Time Difference Between Two Rows SQL Server
mar 28 '12 at 12:39
Help with: ERROR 1025 (HY000): Error on rename of … (errno: 150)
mar 21 '12 at 0:38
Is there any general rule on SQL query complexity Vs performance?
mar 5 '12 at 14:41
Import single database from --all-databases dump
feb 27 '12 at 16:59
altering a column to be nullable
feb 13 '12 at 9:41
Help me understand the difference between CLOBs and BLOBs in Oracle
feb 7 '12 at 19:45
Find overlapping (date/time) rows within one table
dec 29 '11 at 20:01
Getting only one row in outer join using oracle
dec 2 '11 at 21:19
Is it more memory efficient to store images in mysql as BLOB or as plain files somewhere?
nov 7 '11 at 19:33
Why is inserting into and joining #temp tables faster?
nov 1 '11 at 2:13
Optimizing ORDER BY Query on large table MySQL
oct 21 '11 at 8:50
MySQL Query - Records between Today and Last 30 Days
oct 17 '11 at 15:53
Oracle subquery does not see the variable from the outer block 2 levels up
sep 30 '11 at 20:42
What is the difference between varchar and varchar2?
sep 30 '11 at 18:06
How can I check whether a (TCP) socket is (dis)connected in C#?
sep 7 '11 at 5:13
How do aggregates (group by) work on SQL Server?
aug 2 '11 at 13:34
MySQL don't want to store unicode character
jul 29 '11 at 15:20
Milliseconds wrong when converting from XML to SQL Server datetime
jul 27 '11 at 9:53
What is the difference between SQL, PL-SQL and T-SQL?
jul 7 '11 at 6:08
UPDATE multiple tables in MySQL using LEFT JOIN