Jump to content

Birthday problem: Difference between revisions

Line 1,348:
 
=={{header|SQL}}==
birthday.sql
<lang SQL>
with
Line 1,411 ⟶ 1,412:
from sol where rownum = 1
;
 
</lang>
 
SQL> @ birthday.sql
Connected.
 
NPERS
----------
23
 
=={{header|Tcl}}==
<lang tcl>proc birthdays {num {same 2}} {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.