1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By Clark Kent

  1. DomainMagnate liked Clark Kent's post in the thread Do You Sleep Less or More.. How many hours of sleep do you get?.

    3-5 hours during week, mostly less than 3 hours on weekends. don't need sleeping , I just sleep to save my eyes, because I am nearly...

    Jul 16, 2007
  2. jminscoe liked Clark Kent's post in the thread How do you change date for over 700 records at once.

    This query updates ALL ROWS Datefield to now. update YourTableName set DateFieldName = CURRENT_TIMESTAMP;

    Jul 3, 2007
  3. Jamie18 liked Clark Kent's post in the thread Data Manipulation in a query.

    you can use "case when" statement. Simple example: select case number_field when 1 then 'one' when 2 then 'two' when 3 then 'three' end...

    Jun 27, 2007
  4. Nima liked Clark Kent's post in the thread My best directory yet. Please review - Rep will be given.

    Nice design. I also liked Links by PageRank very much. I just prefer to see link counts near category names. When I see this, I always...

    Jun 16, 2007
  5. aaron_nimocks liked Clark Kent's post in the thread Need a search -> replace query in MYSQL - Get a green!.

    update default_table set state=replace(state, 'AL','Alabama') where state='AL'

    Jun 13, 2007
  6. bobby9101 liked Clark Kent's post in the thread MySQL ORDER BY messed up?.

    what is your field type?

    May 29, 2007
  7. JEET liked Clark Kent's post in the thread help with a query please.

    select field1, field2, field3 from table1 where field1 like ('an%') or field1 like ('al%') or field1 = 'test' order by field2

    May 28, 2007
  8. sawz liked Clark Kent's post in the thread changing order of fields.

    You want third field after first field, so add a new field after field1 then fill the new field with field3, drop original field3,...

    May 25, 2007
  9. sweetfunny liked Clark Kent's post in the thread Restoring a big database.

    Install mysqldumper (mysqldumper.de/en). Upload your sql backup file to ftp. Execute it with mysqldumper web interface.

    May 25, 2007
  10. coderbari liked Clark Kent's post in the thread Help me in a MySql problem.

    insert into jsm select [put fields here which are in jsm] from items where site='jsm' Execute a query like above. In your select...

    May 20, 2007
  11. Aragorn liked Clark Kent's post in the thread Multiple Database vs Single Database.

    If some modules on my projects are independent and usable for different projects, at that time I prefer creating different databases for...

    May 16, 2007