IT Log

Record various IT issues and difficulties.

Tag: SQL Statements


  • Based on SprintBoot, Mybatis, and Mysql: Computer Store Project – User Registration

          🧸Anqingh:Personal Home    🎥Personal Column:[Computer Network][MyBatis Series] About Me:A fun and sleepy INTP student who looks forward to sharing knowledge with more people sincerely. Table of Contents 🚀 Project Overview 🚦 Project Functionality 🚦 Development Sequence 🚦 Module Development 🚀 Project Development Environment  🎯Building the Project  🎯User Registration 1. Selecting the Data Table…


  • “How to resolve ORA-01861: The text does not match the format string”

    To resolve the ORA-01861 error in Oracle databases, follow these steps: Identify the Cause: The error occurs when there’s a mismatch between the data format provided and what the database expects. Check Data Types and Formats: Ensure that all bind variables are correctly typed (e.g., DATE for dates, NUMBER for numbers). Verify date formats against…