Skip to main content
Code Review

Return to Question

Commonmark migration
Source Link

After a discussion of which users were from Australia, I wrote my first SQL query to find out:

SELECT u.DisplayName'Display Name', u.Reputation'Rep', u.Location'Location'
FROM Users u
WHERE u.Location LIKE '%Australia%'
ORDER BY 'Rep' DESC

As always, please tell me the good, the bad, and the ugly.

[The query can be found here][1] [1]:http://data.stackexchange.com/codereview/query/301624/australian-usersThe query can be found here

After a discussion of which users were from Australia, I wrote my first SQL query to find out:

SELECT u.DisplayName'Display Name', u.Reputation'Rep', u.Location'Location'
FROM Users u
WHERE u.Location LIKE '%Australia%'
ORDER BY 'Rep' DESC

As always, please tell me the good, the bad, and the ugly.

[The query can be found here][1] [1]:http://data.stackexchange.com/codereview/query/301624/australian-users

After a discussion of which users were from Australia, I wrote my first SQL query to find out:

SELECT u.DisplayName'Display Name', u.Reputation'Rep', u.Location'Location'
FROM Users u
WHERE u.Location LIKE '%Australia%'
ORDER BY 'Rep' DESC

As always, please tell me the good, the bad, and the ugly.

The query can be found here

Tweeted twitter.com/#!/StackCodeReview/status/588989551785435136
Edited title.
Link
Nick Udell
  • 5.2k
  • 1
  • 29
  • 68

Query to annoy Kiwisfind users from Australia

edited tags
Link
user34073
user34073
edited tags; edited title
Link
200_success
  • 145.6k
  • 22
  • 190
  • 479
Loading
Loading
edited tags
Link
Mathieu Guindon
  • 75.5k
  • 18
  • 194
  • 467
Loading
Source Link
user34073
user34073
Loading
lang-sql

AltStyle によって変換されたページ (->オリジナル) /