Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to useCase12
useCase12
: recept.sql
File recept.sql,
135 bytes
(added by
165030
,
10 months ago
)
Line
1
-- Recept id = 2
2
select * from recepti r
3
where r.rec_id = 2;
4
-- Site sliki za receptot
5
select * from sliki s
6
where s.rec_id = 2;
Download in other formats:
Original Format