Archive for the 'Oracle' Category
Hello, world!
Not much to say for my first blog post - so I'll just say...
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
return 0;
}
------------------------------------------
SELECT 'Hello, world!' FROM dual;Comments are off for this post