otpis/predlozeno/03-ZASTARJELO.sql
authorMarijana Glavica <mglavica@ffzg.hr>
Tue, 3 Dec 2013 15:21:30 +0000 (16:21 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 28 Oct 2023 09:45:21 +0000 (11:45 +0200)
otpis/predlozeno/03-ZASTARJELO.sql [new file with mode: 0644]

diff --git a/otpis/predlozeno/03-ZASTARJELO.sql b/otpis/predlozeno/03-ZASTARJELO.sql
new file mode 100644 (file)
index 0000000..0fec57a
--- /dev/null
@@ -0,0 +1 @@
+select copynumber as inv_broj, itemnumber, ccode as zbirka, a.biblionumber, title as naslov, author as autor, place as mjesto_izdavanja, publicationyear as godina_izdavanja from biblio a join biblioitems b on a.biblionumber=b.biblionumber join items c on a.biblionumber=c.biblionumber where withdrawn = 4 ;