Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


Correctie:

de teksten achter "=" moet aangegeven worden met ' ipv "

SELECT * INTO "CD-Collectie2" FROM "CD-Collectie" WHERE 'Artiest' = 'Bruce Springsteen' [create in table]

UPDATE "CD-Collectie" SET "Notities" = 'Geweldig' WHERE "Artiest" = 'Bruce Springsteen' [modify in table]

/Rob

Op 16-06-16 om 23:19 schreef Rob Westein:


Nogmaals, we missen in Base de mogelijkheden:
1) Create in Table
2) Modify  in Table
3) Delete from Table
Bovenstaande acties zijn idd niet beschikbaar in de ontwerpweergave en kan ook niet uitgevoerd worden in SQL-weergave omdat daar alleen SELECT commando's gebruikt kunnen worden. Maar via Extra > SQL... (scherm SQL-opdracht uitvoeren) kunnen de volgende commando's wel uitgevoerd worden:

SELECT * INTO "CD-Collectie2" FROM "CD-Collectie" WHERE "Artiest" = "Bruce Springsteen" [create in table]

UPDATE "CD-Collectie" SET "Notities" = "Geweldig" WHERE "Artiest" = "Bruce Springsteen" [modify in table]

DELETE FROM "CD-Collectie" WHERE "DVDcollectieID" = 1 [delete from table]

deze commando's zullen ook in een macro werken.


/Rob




--
Unsubscribe instructions: E-mail to users+unsubscribe@nl.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/nl/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.