'Adige 25 Kas 2016 declare order_total INTEGER; begin select sum(ORDER_TOTAL) into order_total from DEMO_ORDERS where CUSTOMER_ID=3;
declare order_total INTEGER; begin select sum(ORDER_TOTAL) into order_total from DEMO_ORDERS where CUSTOMER_ID=3;
'Adige 22 Kas 2016 private static vo id yaz() { Console.WriteLine("İyi Geceler "); } static vo id Main(string[] args) { yaz(); yaz(); Console.ReadKey(); }
private static vo id yaz() { Console.WriteLine("İyi Geceler "); } static vo id Main(string[] args) { yaz(); yaz(); Console.ReadKey(); }