Article on the subject of "case command usage"
-
CASE statement in SQL Server
this article will show you in detail how to use the case statement handling function in sql server with specific syntax and examples to better visualize and capture functions.
-
CASE function in SQL Server (part 1)
in sql server, the case function verifies the value based on the list of given conditions, then returns one or more results. in this article we will illustrate a number of different uses of this function in different situations.
-
CASE function in SQL Server (part 1)
in sql server, the case function verifies the value based on the list of given conditions, then returns one or more results. in this article we will illustrate a number of different uses of this function in different situations.
-
CASE statement in SQL Server
this article will show you in detail how to use the case statement handling function in sql server with specific syntax and examples to better visualize and capture functions.
-
Del command in Windows
the del command deletes one or more files. this command is the same as the eraser command.
-
The du (Disk Usage) commands are most handy in Linux
du is a command line tool provided with linux, which reports the amount of disk space used by directories and files. du stands for 'disk usage'.
-
Switch Case command in JavaScript
you can use multiple if ... else ... if statements as in the previous chapter to make a multiple choice branch. however, it is always not the best solution, especially when all branches depend on the value of a single variable.
-
Doskey command in Windows
the doskey command calls doskey.exe (which reminds of previously entered command lines), modifies the command line and creates macros.
-
Flow control in Shell
while writing a shell script, there may be a situation when you need to follow an external path 2 provided. so you need to create usage of conditional commands that allow your program to make accurate decisions and perform the right actions.
-
How to use the vmstat command on Linux
suppose your linux or macos computer is using virtual memory. discover how it affects the system's physical memory usage, cpu and resource usage.
-
How to use the history command in Linux
as you spend more and more time in terminal sessions, you will constantly find new commands that make everyday tasks more efficient. the gnu history command is one of them.
-
The date command in Windows
the date command displays or sets the system date. if used without parameters, the date command displays the current system date setting and prompts you to enter a new date.
-
Tail command in Linux
tail is a complement to the head command. as its name implies, the tail command outputs the last n data numbers of the given input. by default, the tail command prints the last 10 lines of the specified file. if more than one file name is provided then the file name will be preceded by the data from
-
If ... else command in JavaScript
while writing a program, there may be a situation when you need to follow one of a set of choices. in this case, you need to use conditional commands that allow your program to control the flow correctly and perform the right actions.
-
5 Command Prompt tricks that few users know about.
command prompt is a long-standing tool integrated into various versions of windows, with many uses that not everyone is aware of. the following 5 lesser-known command prompt tips will significantly enhance your computer usage skills.
-
How to use the Net Use command in Windows
the `net use` command is a command prompt command used to connect to, remove, and configure connections to shared resources, such as mapped drives and network printers.
-
How to fix GPU usage spike to 100% on Windows
does your gpu usage skyrocket to 100% even when you run less resource-intensive processes on your device? does the game you play lag, stutter and sometimes hang even though the hardware you are using is top of the line?
-
The CREATE command in SQL
sql stands for structured query language, a programming language used to communicate with and manipulate databases. in this article, tipsmake will introduce the create command in sql to help you understand its syntax and usage.
-
How to open Microsoft Excel from Command Prompt
there are many ways to start excel using the command prompt. normally, to open a program on windows 10, most people will choose to double-click that program icon on the desktop. the case of microsoft excel is no exception.
-
How to use the command history function in Command Prompt
command prompt is an extremely familiar command for anyone using windows operating system. besides, a lot of current software also supports the command line to perform actions on the command prompt window, instead of on the screen.
-
How to use the Shutdown command to turn off your computer.
there are many different ways to shut down your computer other than using the start menu shortcut. in this article, taimienphi will guide you on how to use another shutdown command on windows 10, so you can keep it handy in case your computer malfunctions!
-
Set command in Windows
the set command helps show, set or remove cmd.exe environment variables.