Was bedeutet dieser Code?

Gast #2939599
Lesenswert?

Gerade hatte ich einen  Gesprächt mit einem Kumpel(via ICQ). Er ist 
Programmierer, und hat sich vor kurzem mit seiner Freundin schluß 
gemaht.

Als Grund für die Trennung hat er angegeben:
1
update instance inner join (select group.id as group_id, (select message.id from message inner join thread on thread.id = message.thread_id where location_id = @location_id and language_id = @language_id and concat(group_key, '.') like concat(group.`key`, '.%') order by message.created desc limit 1) as last_message_id, (select count(*) from thread where location_id = @location_id and language_id = @language_id and concat(group_key, '.') like concat(group.`key`, '.%')) as thread_count, (select if(sum(thread.message_count) is null, 0, sum(thread.message_count)) from thread where location_id = @location_id and language_id = @language_id and concat(group_key, '.') like concat(group.`key`, '.%')) as message_count from group where @group_key like concat(`key`, '.%')) as statistics on statistics.group_id = instance.group_id set instance.message_id = statistics.last_message_id, instance.thread_count = statistics.thread_count, instance.message_count = statistics.message_count where instance.location_id = @location_id and instance.language_id = @language_id;
ich nehme an, das ist ein Scherz, den nur "interne" Menschen verstehen 
können.
Doch kann mir hier bitte jemand erklären, was das bedeutet?
Persönliche Seite #2940349
Lesenswert?

Hallo Wernher.

> Doch kann mir hier bitte jemand erklären, was das bedeutet?

Nicht wirklich...ich hänge beim Witzeverstehen immer hinterher.

Aber ein Versuch:

Problem 1:
Sie hat ohne Zeilenumbrüche geredet. Darum kam er nie zu Wort.

Problem 2:
Er hatte keine Böcke, ständig an ihr rumzuscrollen, um irgendwas zu 
erreichen.

Also Kommunikationsproblem und unhandlich in der Bedienung. ;O)

Mit freundlichem Gruß: Bernd Wiebus alias dl1eic
http://www.dl0dg.de

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren