Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オラクル11gの使用
結果が空のときに 00000 を取得するにはどうすればよいですか。合体と nvl を試しましたが、動作しません。
select lpad(movie_id, 5, '0') as MOVIE_ID from schema_A where movieB='642354';